This online demo demonstrates the export to PDF feature of RadGrid. Thus you can transform the data from your web grid in pdf file and make it 'understandable' among various pdf readers.
The approach is very straight-forward - to export the grid content to PDF format simply use the ExportToPdf() RadGrid server-side method. You may also need to configure the exporting settings for the grid through the RadGrid.ExportSettings section. The available properties are: There is additional sub-category (Pdf) for the ExportSettings dedicated on various configuration settings for the exported .pdf document. Below is a list of them: Further details about the exporting features of RadGrid you can find in the help topic linked below:
RadGrid export